﻿.grid_th {
    background: #0cb3a7;
    color: white;
    font-weight: 100;
    font-family: verdana;
}

.gridDetail_th {
    background: #013932;
    color: white;
    font-weight: 100;
    font-family: verdana;
}

.pointer-event-none {
    pointer-events: none !important;
}

.width-100 {
    width: 100px !important;
}

/* Gridview Pager */
.GridPager a, .GridPager span {
    display: block;
    height: 20px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager span {
    background-color: #1fbba6;
    color: #fff;
    border: 1px solid #066458;
}

.GridPager a {
    background-color: #dff0d8;
    color: #1fbba6;
    border: 1px solid #1fbba6;
}

.CenterPB {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px; /* make this half your image/element height */
    margin-left: -30px; /* make this half your image/element width */
    text-align: center;
}



